home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Music / MIDI / MusicWeb / CONFIGURATIONS / SplitInstruments < prev   
Text File  |  1995-08-23  |  907b  |  34 lines

  1. ELEM "MIDI In" AT 30/4 DIRN 0 NAME "Source"
  2. ELEM "Key Range" AT 34/4 DIRN 0 NAME "High End"
  3. ELEM "Key Range" AT 34/9 DIRN 0 NAME "Low End"
  4. ELEM "Instrument" AT 45/4 DIRN 0 NAME "High Notes"
  5. ELEM "Instrument" AT 45/9 DIRN 0 NAME "Low Notes"
  6. LINK 31/4 "Source" () -> 33/4 "High End" ()
  7. PATH 31/4 32/4 33/4
  8. BRANCH 32/4 -> 33/9 "Low End" ()
  9. PATH 32/4 32/9 33/9
  10. LINK 35/4 "High End" () -> 44/4 "High Notes" ()
  11. PATH 35/4 44/4
  12. LINK 35/9 "Low End" () -> 44/9 "Low Notes" ()
  13. PATH 35/9 44/9
  14. PARAMS "High End" SHOW
  15.   low-limit=60 high-limit=128
  16.   window at 277 227
  17. END "High End"
  18. PARAMS "Low End" SHOW
  19.   low-limit=0 high-limit=59
  20.   window at 10 226
  21. END "Low End"
  22. PARAMS "High Notes" SHOW
  23.   window at 271 161
  24.   Directory = INSTRUMENTS
  25.   Instrument = FuzzGuitar
  26.   SustainMode = 1
  27. END "High Notes"
  28. PARAMS "Low Notes" SHOW
  29.   window at 5 161
  30.   Directory = INSTRUMENTS
  31.   Instrument = Organ
  32.   SustainMode = 0
  33. END "Low Notes"
  34.